home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Multimedia / Futuris Imager 4.7 / imager.exe / f_blur.dll / 0 / RCDATA / TFRMBLUR / TFRMBLUR.txt
Text File  |  2004-10-22  |  1KB  |  68 lines

  1. object frmBlur: TfrmBlur
  2.   Left = 190
  3.   Top = 105
  4.   ActiveControl = btnOK
  5.   BorderStyle = bsDialog
  6.   Caption = 'Blur'
  7.   ClientHeight = 92
  8.   ClientWidth = 301
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object btnOK: TButton
  20.     Left = 141
  21.     Top = 62
  22.     Width = 75
  23.     Height = 25
  24.     Caption = 'OK'
  25.     Default = True
  26.     TabOrder = 0
  27.     OnClick = btnOKClick
  28.   end
  29.   object btnCancel: TButton
  30.     Left = 220
  31.     Top = 62
  32.     Width = 75
  33.     Height = 25
  34.     Caption = 'Cancel'
  35.     TabOrder = 1
  36.     OnClick = btnCancelClick
  37.   end
  38.   object gbxBlur: TGroupBox
  39.     Left = 3
  40.     Top = 3
  41.     Width = 292
  42.     Height = 55
  43.     Caption = ' Amount of blur '
  44.     TabOrder = 2
  45.     object lblValue: TLabel
  46.       Left = 266
  47.       Top = 22
  48.       Width = 6
  49.       Height = 13
  50.       Caption = '1'
  51.       Transparent = True
  52.     end
  53.     object trbAmount: TTrackBar
  54.       Left = 9
  55.       Top = 19
  56.       Width = 255
  57.       Height = 28
  58.       Max = 100
  59.       Min = 10
  60.       Frequency = 10
  61.       Position = 10
  62.       TabOrder = 0
  63.       ThumbLength = 15
  64.       OnChange = trbAmountChange
  65.     end
  66.   end
  67. end
  68.